home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 19D (1987-07-22)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 19D (1987-07-22)(Pacific North-West Amigas Club)[WB].adf / PipeHandler1.2 / pipecreate.h < prev    next >
C/C++ Source or Header  |  1987-06-28  |  777b  |  26 lines

  1. /****************************************************************************
  2. **  File:       pipecreate.h
  3. **  Program:    pipe-handler - an AmigaDOS handler for named pipes
  4. **  Version:    1.1
  5. **  Author:     Ed Puckett      qix@mit-oz
  6. **
  7. **  Copyright 1987 by EpAc Software.  All Rights Reserved.
  8. **
  9. **  History:    05-Jan-87       Original Version (1.0)
  10. **        07-Feb-87    Added lock initialization to OpenPipe()
  11. **                 for locks on individual pipes.
  12. **        12-Feb-87    Fixed bug in OpenPipe(): previously ignored
  13. **                 lock passed in packet.  Bug uncovered when
  14. **                 pipes became lockable, and thus assignable.
  15. */
  16.  
  17.  
  18.  
  19. #define   OPENTAP_STRSIZE   108
  20.  
  21.  
  22.  
  23. extern void  OpenPipe    ( /* pkt, tapfh */ );
  24. extern void  ClosePipe   ( /* pkt */ );
  25. extern void  DiscardPipe ( /* pipe */ );
  26.